home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Libraries
/
stdwin
/
Appls
/
tetris
/
Make.proto
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-09-06
|
161 b
|
16 lines
|
[
TEXT/????
]
#
# Makefile prototype for tetris application
#
TETRIS= $(APPLS)/tetris
SRCS= \
$(TETRIS)/tetris.c
all: tetris
_bootstrap:
@putprogmf tetris $(SRCS)